|
|
- Robocode -- Analying & Action
- Use the data to figure out where you should go
- When you move, you're trying to make it harder for the enemy to hit you, which falls into to classes:
- First, figure out where the enemy will assume you are, and make sure you're not there
- Most of the time the enemy will be properly confused by complex patterns
- Use things like the enemy's location and randomly picked points to move around, and vary them
|
|